home *** CD-ROM | disk | FTP | other *** search
- ; SMALLREG.INF
-
- ; Deletes MRU (Most Recently Used) and other History lists from the registry
-
- ; Any line begining with a ; is a comment line and is not processed
-
- [Version]
- Signature="$CHICAGO$"
-
- [DefaultInstall]
- DelReg=DeleteMe
- AddReg=AddMe
-
- [DeleteMe]
-
- ; Items in this section result in deletion of the ENTIRE key, along with
- ; all of its subkeys and key values.
- ;
- ; See the [AddMe] section to delete individual key values.
- ;
- ; Changes/Additions to this section must use the format:
- ;
- ; HKEY name,"key or subkey to delete"
- ;
- ; Valid HKEY names are:
- ;
- ; HKCR = HKEY_CLASSES_ROOT
- ; HKCU = HKEY_CURRENT_USER
- ; HKLM = HKEY_LOCAL_MACHINE
- ; HKU = HKEY_USERS
-
- HKCU,"Software\Microsoft\Cover Page Editor\Recent File List"
- HKCU,"Software\Microsoft\Developer\Recent File List"
- HKCU,"Software\Microsoft\Excel\7.0\Recent File List"
- HKCU,"Software\Microsoft\Excel\7.0\Recent File List"
- HKCU,"Software\Microsoft\Fax Viewer\Recent File List"
- HKCU,"Software\Microsoft\Internet Explorer\TypedURLs"
- HKCU,"Software\Microsoft\Windows\CurrentVersion\Applets\Paint\Recent File List"
- HKCU,"Software\Microsoft\Windows\CurrentVersion\Applets\WordPad\Recent File List"
- HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Doc Find Spec MRU"
- HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\FindComputerMRU"
- HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\PrnPortsMRU"
- HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\RecentDocs"
- HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU"
- HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\StreamMRU"
- HKCU,"Software\Microsoft\Windows\CurrentVersion\Explorer\Streams"
- HKCU,"Software\Netscape\Netscape Navigator\URL History"
- HKCU,"Software\Symantec\Internet FastFind\EasyZIP\Zip History"
- HKCU,"Software\Symantec\Internet FastFind\NetFileFind\Search History"
- HKCU,"Software\Symantec\Internet FastFind\WebFind\Search History2"
- HKCU,"Software\Symantec\Internet FastFind\WebFind\Search History"
- HKCU,"Software\Symantec\Navigator\FileAssist\History Lists"
- HKCU,"Software\Symantec\Navigator\FILEMGR\FMDirTree\Hist"
- HKCU,"Software\Symantec\Navigator\SYMFDLG4\History_Lists"
- HKCU,"Software\Symantec\Norton Utilities\Norton File Compare\Recent File List"
- HKCU,"Software\Symantec\Norton Utilities\Norton Registry Editor\Bookmark"
- HKCU,"InstallLocationsMRU"
- HKCU,"Software\BreakPoint\Hex Workshop\Recent File List"
- HKCU,"Software\Caere\OmniPage7.0\OmniPage Pro for Windows 95\Recent File List"
- HKCU,"Software\Impact\Microangelo\Animator\MRU List"
- HKCU,"Software\Impact\Microangelo\Engineer\MRU List"
- HKCU,"Software\Impact\Microangelo\Librarian\MRU List"
- HKCU,"Software\Impact\Microangelo\Studio\MRU List"
- HKCU,"Software\Inso\Quick View Plus\CurrentVersion\Find MRU"
- HKCU,"Software\TechSmith\SnagIt\Recent File List"
- HKCU,"Software\Quarterdeck\WebCompass\Recent File List"
-
-
- [AddMe]
-
- ; Although items in this section are normally used to add items to the
- ; registry, there is the special ",4," entry that can be used to delete
- ; ONLY a specified key value of a key.
- ;
- ; See the [DeleteMe] section to delete ENTIRE keys.
- ;
- ; Changes/Additions to this section must use the format:
- ;
- ; HKEY name,"key or subkey to delete","key value to delete",4,
- ;
- ; Note the trailing coma after the 4 - It is mandatory or else you will
- ; get undesired results. (It will change the existing key value to "4"
- ; instead of deleting it. In other words make sure the last character
- ; on each line is a coma.
- ;
- ; Valid HKEY names are:
- ;
- ; HKCR = HKEY_CLASSES_ROOT
- ; HKCU = HKEY_CURRENT_USER
- ; HKLM = HKEY_LOCAL_MACHINE
- ; HKU = HKEY_USERS
- ;
- ; EXAMPLES
- ;
- ; Since the Excel8 (Office97) MRUs are stored in the same key where
- ; other Excel8 settings are stored, deleting the entire key would not
- ; be appropriate. The following example shows how to remove only two of
- ; the many MRU key values. Note - Excel8 uses two key values for each MRU
- ; entry so two entries are needed here for each MRU to delete
-
- HKCU,"Software\Microsoft\Office\8.0\Access\Settings","MRU1",4,
- HKCU,"Software\Microsoft\Office\8.0\Access\Settings","MRUFlags1",4,
- HKCU,"Software\Microsoft\Office\8.0\Access\Settings","MRU2",4,
- HKCU,"Software\Microsoft\Office\8.0\Access\Settings","MRUFlags2",4,
-
- ; The next example shows how to remove the EventLog entries for
- ; Symantec's Internet FastFind. Again, it would not be appropriate to
- ; delete the entire key, becaue other necessary info is stored in it.
- ; Only one entry is required for each EventLogx you want to delete although
- ; I show 5 entries, each deleting a different EventLog (in this case all 5
- ; that are stored).
-
- HKCU,"Software\Symantec\Internet FastFind\Notify\Default\Powertoys","EventLog0",4,
- HKCU,"Software\Symantec\Internet FastFind\Notify\Default\Powertoys","EventLog1",4,
- HKCU,"Software\Symantec\Internet FastFind\Notify\Default\Powertoys","EventLog2",4,
- HKCU,"Software\Symantec\Internet FastFind\Notify\Default\Powertoys","EventLog3",4,
- HKCU,"Software\Symantec\Internet FastFind\Notify\Default\Powertoys","EventLog4",4,
-